Welcome![Sign In][Sign Up]
Location:
Search - java ftp client

Search list

[JSP/Javaj-ftp.tar

Description: 完整的JAVA编写的FTP客户端,有源码,在SRC文件夹下,功能不错-A complete FTP client written in JAVA, there is source code, in the SRC folder, function well
Platform: | Size: 6756352 | Author: nikko | Hits:

[BooksJavaFTPclient

Description: 这是关于Java的FTP客户端程序的设计与实现的论文。里面包含了具体的实现方法,希望对大家有用。-This is about Java, FTP client program design and implementation of papers。Which contains a specific implementation, and I hope for all of us.
Platform: | Size: 260096 | Author: 张文正 | Hits:

[JSP/Java43680526FtpClient

Description: 小的FTP客户端代码,有链接的判定和上传和下载等 -A small FTP client-side code, there are links to determine and uploading and downloading
Platform: | Size: 4096 | Author: koukeqi | Hits:

[JSP/JavaRadFTPClient

Description: java FTP Client-java FTP Client ........
Platform: | Size: 117760 | Author: PEYMAN | Hits:

[JSP/JavaFTPClient

Description: java 写的一个ftp客户端!可以运行ssh-write a java ftp client! Can run ssh! ! !
Platform: | Size: 5766144 | Author: sunshine | Hits:

[Ftp Clientedtftpj-2.0.5

Description: 此工具是FTP客户端的一个开发包,里面包含了我们开发FTP客户端要用到的各种类和方法。-This tool is an FTP client development kit, which includes the development of our FTP client to use a variety of classes and methods.
Platform: | Size: 1289216 | Author: 马玉峰 | Hits:

[JSP/JavaFTP

Description: FTP server and client coded in JaVa.
Platform: | Size: 6144 | Author: samuray | Hits:

[Windows DevelopMultiwayftp

Description: itz a multiway server client ftp developed solely in java ,....dbsg gdaK
Platform: | Size: 1024 | Author: raj_1 | Hits:

[JSP/Javajava--ftp(server_client)

Description: ftp的server和client的代码 比较简单-ftp
Platform: | Size: 8192 | Author: 李傲 | Hits:

[JSP/Javaftp_applet2

Description: 利用Java applet 作为FTP Client ,可上传2G以上档案-Using Java applet as a FTP Client, can upload files over 2G
Platform: | Size: 1560576 | Author: Marshall | Hits:

[Ftp ClientFTPClient

Description: 这个是用JAVA语言编写的FTP客户端程序,里面有详细的文档。-This is written in JAVA FTP client program, which has detailed documentation.
Platform: | Size: 797696 | Author: learn1380920 | Hits:

[Ftp ClientFTPClient

Description: 实现一个FTP客户端的功能,有需要做课程设计之类的朋友可以下载了作为参考-Implement a FTP client function, there is a need to do curriculum design and the like can be downloaded as a reference for friends
Platform: | Size: 30720 | Author: 陈星 | Hits:

[Ftp Clientftpserver_090605

Description: 用java实现的FTP客户端上传、下载工具。-Implemented using java FTP client upload and download tools.
Platform: | Size: 290816 | Author: Glorin | Hits:

[Ftp ClientFTP

Description: 简单ftp客户端源码,用java实现的简单上传下载功能-Simple ftp client source code, with the java implementation of simple upload and download functionality
Platform: | Size: 11264 | Author: 寒炎 | Hits:

[Ftp ClientJava

Description: 这里面是一个简单的socket编程说明文档,有详细的ftp客户端实现需要方法,以及一些主要的代码-That there is a simple socket programming documentation, a detailed implementation of the ftp client needs methods, and some major code
Platform: | Size: 260096 | Author: 筱筱 | Hits:

[Ftp ClientFTP

Description: 用java开发的FTP客户端软件,支持上传下载文件等-Java development FTP client software
Platform: | Size: 650240 | Author: eric | Hits:

[Internet-Networkftp客户端11

Description: ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
Platform: | Size: 3072 | Author: arourd | Hits:

[JSP/Javaftpclient.java

Description: FTP CLIENT ON JAVA IMLEMENTESTION
Platform: | Size: 2048 | Author: vijaykumar | Hits:

[JSP/JavaUSEFTPAPPLET.JAVA

Description: Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: | Size: 8192 | Author: Meikao | Hits:

[JSP/Javajvftp-src-0_72

Description: java 写的ftp客户端程序,可以作为很好的参考。-write java ftp client program can serve as a good reference.
Platform: | Size: 123904 | Author: wei | Hits:
« 1 2 3 4 5 67 8 9 10 »

CodeBus www.codebus.net